#certify{position:relative;width:100%; max-width: 1600px; margin:0 auto;}
#certify .swiper-container{ padding: 6rem; padding-top: 3rem;}
#certify .swiper-slide{width:41%;height:auto;background:#fff;box-shadow:0 1rem 3rem rgba(0,0,0,0.5)}
#certify .swiper-slide img{display:block}
#certify .swiper-slide p{line-height:6rem;padding-top:0;text-align:center;color:#333;font-size:1.8rem;margin:0}
#certify .swiper-pagination{width:100%;bottom:1rem; left: 0;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px;border:3px solid #eee;background-color:#eee;width:1.5rem;height:1.5rem;opacity:1}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active{border:3px solid #0094d4;background-color:#0094d4}
#certify .swiper-button-prev{left:0;width:5rem;height:5rem;background:url(../images/wm_button_icon.png) no-repeat;background-position:0 0;background-size:100%}
#certify .swiper-button-next{right:0;width:5rem;height:5rem;background:url(../images/wm_button_icon.png) no-repeat;background-position:0 -10.3rem;background-size:100%}
@media screen and (max-width:1400px){
    #certify .swiper-slide{ width: 45%;}
}
@media screen and (max-width:1199px){
    #certify .swiper-slide{ width: 50%;}
}
@media screen and (max-width:992px){
    #certify .swiper-slide{ width: 60%;}
}
@media screen and (max-width:767px){
    #certify .swiper-slide{ width: 70%;}
    #certify .swiper-container{ overflow: visible;}
}
@media screen and (max-width:480px){
    #certify .swiper-slide{ width: 100%;}
}